home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Converters / jpeg / giflib.h < prev    next >
Encoding:
Text File  |  1993-01-24  |  698 b   |  24 lines

  1. /*
  2. Copyright Notice:
  3.     Copyright 1990 Robert C. Hood
  4.     This software is distributed "as is" without warranty.  Use this software at your OWN RISK.  Source may be distributed freely, at NO CHARGE, but must be accompanied by this documentation and copyright notice.
  5. */
  6. int GIF_xsize;
  7. int GIF_ysize;
  8. int GIF_xpos;
  9. int GIF_ypos;
  10. int GIF_curx;
  11. int GIF_cury, GIF_ytemp, GIF_ystart;
  12. unsigned char *GIF_globalmap, *GIF_localmap;
  13. int GIF_swidth, GIF_sheight;
  14. char GIF_gmap, GIF_lmap, GIF_interlaced, GIF_colorres, GIF_gbits, GIF_lbits;
  15. unsigned char GIF_background;
  16.  
  17. FILE *GIF_file;
  18. unsigned int GIF_bitbuffer;
  19. unsigned char GIF_buffer [256];
  20. int GIF_bufptr, GIF_max;
  21. int GIF_bits;
  22.  
  23. unsigned char *r, *b, *g;
  24.